ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Observable<T> Class / Value Property

In This Topic
    Value Property (Observable<T>)
    In This Topic
    Gets or sets the value of the observable.
    Syntax
    'Declaration
     
    Public Property Value As T
    public T Value {get; set;}
    See Also